Help

Radio Button                                               

A Radio Button is a diamond-shaped or circular button that you can click either on or off. Only one Radio Button in a group of buttons with the same Form Tag may be on. When a form is submitted, if the radio button is turned on, then the POST to the form URL sets the Value Tag equal to the Form Tag.


Add a Radio Button:

Radio dialogue

  1. Position the cursor where you want the Radio Button to be.
  2. Click the Radio button on the form palette to get the dialogue box above.
  3. Specify values for Button Label, Form Tag, and Value Tag and You may also click Default.
  4. Click OK to insert the Radio Button at the cursor position within the form.

Check Boxes

Check Boxes are similar to Radio Buttons, except that they allow multiple Value Tags to be submitted with the same Form Tag. The dialogue and mechanism for placing Check Boxes in your form are similar to those for the Radio Button.


Add a Check Box:

Check box dialogue

                                                         

  1. Position the cursor where you want the Check Box to be.
  2. Click the Check button on the form palette to get the dialogue box above.
  3. Specify values for Button Label, Form Tag, and Value Tag and You may also click Checked.
  4. Click OK to insert the Check Box at the cursor position within the form.

Forms ... Form Palette

Help Contents